home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / turric03.zip / TEXTS / THROWAXE.TXT < prev    next >
Text File  |  1996-08-17  |  1KB  |  41 lines

  1. Just a quick note following the release of the THROWAXE source:
  2.  
  3. The necessary MDL and WAV files to fully recompile this have been included
  4. Directory structure should look like this (or similar... I'm assuming you
  5. don't need me to hold your hand):
  6.  
  7. c:\games\quake\throwaxe -       throwaxe.mdl
  8. c:\games\quake\throwaxe\sound - taxhit1.wav,taxhit2.wav,taxhit3.wav,woosh.wav
  9. c:\games\quake\throwaxe\progs - all .QC files
  10.  
  11.  
  12. I only recall (shame on me - never will this happen again) making changes to:
  13.  
  14. PROGS.SRC
  15. DEFS.QC
  16. WEAPONS.QC
  17. PLAYER.QC
  18. CLIENT.QC
  19.  
  20. as well as adding
  21.  
  22. THROWAXE.QC
  23.  
  24.  
  25. In this archive, I've included all of the .QC files that Carmack released,
  26. as well as Throwaxe.qc. I suggest adding other patches to THIS one , instead
  27. of the other way around. There are several hacks in several places to make
  28. this one work, so it will surely be easier to add to this rather than adding
  29. it to something else.
  30.  
  31.  
  32. The source code is *NOT* heavily commented. I regret admitting that I got into
  33. a rush on this one so I could work on AIRCRAFT some more. Email me with
  34. any questions. Otherwise, enjoy, and if you run this patch on your server, I'd
  35. love to hear about it.
  36.  
  37.  
  38. -Steve (Wedge)
  39. wedge@nuc.net
  40.  
  41.